SetTouchEmulationEnabledRequest

data class SetTouchEmulationEnabledRequest(enabled: Boolean, maxTouchPoints: Int?)

Represents request frame that can be used with Emulation#setTouchEmulationEnabled operation call.

Enables touch on platforms which do not support them.

See also

Constructors

SetTouchEmulationEnabledRequest
Link copied to clipboard
fun SetTouchEmulationEnabledRequest(enabled: Boolean, maxTouchPoints: Int? = null)

Properties

enabled
Link copied to clipboard
val enabled: Boolean
Whether the touch event emulation should be enabled.
maxTouchPoints
Link copied to clipboard
val maxTouchPoints: Int? = null
Maximum touch points supported.

Sources

jvm source
Link copied to clipboard